ComponentOne ASP.NET MVC Controls
DataLabelBaseBuilder<TControl,TBuilder> Class
Members 

C1.Web.Mvc.Fluent Namespace : DataLabelBaseBuilder<TControl,TBuilder> Class
Defines a builder to configurate C1.Web.Mvc.DataLabelBase.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Class DataLabelBaseBuilder
    (Of TControl As DataLabelBase,
     TBuilder As DataLabelBaseBuilder(Of TControl,TBuilder)) 
   Inherits BaseBuilder(Of TControl,TBuilder)
[EditorBrowsable(EditorBrowsableState.Never)]
public class DataLabelBaseBuilder<TControl,TBuilder> : BaseBuilder<TControl,TBuilder> 
where TControl: DataLabelBase
where TBuilder: DataLabelBaseBuilder<TControl,TBuilder>
Type Parameters
TControl
TBuilder
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.DataLabelBaseBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.DataLabelBuilder
            C1.Web.Mvc.Fluent.PieDataLabelBuilder

See Also

Reference

DataLabelBaseBuilder<TControl,TBuilder> Members
C1.Web.Mvc.Fluent Namespace